home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / lib232.zip / NEW-FEAT.DOC < prev    next >
Text File  |  1990-10-14  |  53KB  |  980 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.               NEW-FEAT.DOC Copyright (C) 1990 Liberation Enterprises.
  7.                     Features introduced in The Liberator v2.3.
  8.  
  9.      This document is not just a quick listing, but items are explained in
  10.      some detail to allow veteran Liberator users to attempt to avoid
  11.      printing the larger manual.  Things are covered more fully in the larger
  12.      manual, but this document lists all the important new features, and will
  13.      give you a good idea how to make use of them. After a few days of
  14.      exploring, (or if you run into a problem) you should then selectively
  15.      browse the larger manual (esp. the section 'Using The Master', and the
  16.      'Custom Command', 'File Transfers' sections).
  17.  
  18.      Registration Gimmicks?
  19.  
  20.       There is now a Registered Version of The Liberator, for a number of
  21.       reasons.  The distribution (unregistered) version of the program now
  22.       has evaluation copy reminder screens -- not to annoy you, but simply
  23.       because I feel that without such reminders, people actually forget to
  24.       register.  In the registered version, the reminders are removed.  As
  25.       well, each registered copy comes with a serial number, which makes it
  26.       easier for myself, and vendors to control sales of the program.  The
  27.       serial numbers were actually the initial reason to create a registered
  28.       version, but with a registered version created, the reminder screens
  29.       became an obvious addition to the unregistered version.
  30.  
  31.       Color configuration is also possible with the registered version of The
  32.       Liberator v2.3, so send away for your registered copy today!
  33.  
  34.      10-14-90  Release 2.32.  Maintenance release.  Due to code (and time)
  35.                restraints, this release of The Liberator was cut short and
  36.                not all features planned were added.  If you made a suggestion
  37.                for improvement, and it did not show up in this release,
  38.                please look for it in v3.0, which is going back into
  39.                development immediately.  Version 3.0 was started months ago,
  40.                but in mid-development many changes were made to PCBoard
  41.                (ProLogon, PCBoard v14.5, multiple Qmail doors, etc) and it
  42.                became necessary to pull v2.2 out of the archives to support
  43.                the new items, as v3 could not have been released in time. 
  44.                Version 2.32 was meant only to fill the gap, and meet your
  45.                needs until the rest of version 3 can be completed.  Though it
  46.                is realized that improvements could be made in certain areas
  47.                of v2.3, it is felt that time would be better spent moving
  48.                back to v3 immediately, instead of attempting to modify the
  49.                obsolete v2 code any further.
  50.  
  51.                Having said this, if you are not registered *please* do not
  52.                wait for v3 to be released before you send in your support for
  53.                the program (assuming your evaluation of v2.3 is successful
  54.                and you continue using the program).  Version 3 may be quite a
  55.                while coming, and your support is needed today to allow it to
  56.                be developed.  All v1.x and v2.x registrants will be eligible
  57.                for low-cost upgrading to v3 at a sizeable discount to full
  58.                registration, so you really can't lose by sending your
  59.                registration today.
  60.  
  61.  
  62.  
  63.  
  64.      The  L i b e r a t o r  v2.31                      NEW-FEAT.DOC - Page 2
  65.      
  66.      
  67.  
  68.      Version 2.32 New Features and Fixes:
  69.  
  70.      + Qmail v4, NetMail, MegaMail, and PCRelay support added.  See MAIL.DOC,
  71.        also new in v2.32, for information on setting up for the various Qmail
  72.        doors.  Qmail PTR (pointer reset) files are now automatically
  73.        maintained along with the REP file.
  74.  
  75.      + The RunMaster program has changed quite a bit from v2.31.  While
  76.        running the Master list, RunMaster now keeps track of how many dialing
  77.        attempts have been made per board, and removes each job from the queue
  78.        when the total dial attempts reaches the 'Redial Attempts' number, set
  79.        in each BBS Configuration (screen 1, item 4).  If 'Redial attempts' is
  80.        set to 0, the job remains in the Master queue indefinitely (until it
  81.        completes or aborts due to an error).  If it is set to any other
  82.        number, the job is dialed in increments of 'Master Redial Attempts',
  83.        until the total is reached.  Thus, 'Redial attempts' works as it
  84.        normally does, but RunMaster cycles to the next job every 3 attempts,
  85.        and keeps a running total for each job (3 being whatever you have set
  86.        in 'Master redial attempts' using the Tools item).  When only one job
  87.        remains in the queue (when all others have completed or aborted), any
  88.        remaining redial attempts for that job are carried out all at once,
  89.        instead of dialing in increments of the 'Master redial' value.
  90.  
  91.        Once you see it in operation it will become pretty clear what this all
  92.        means.  It was added only for those who want to put a limit on the
  93.        number of attempts certain jobs make.  If you have your 'Redial
  94.        attempts' item in each Configuration set to 0 (until connect) then
  95.        none of the above will apply, and each job will remain in the queue
  96.        until it completes, or aborts due to an error.
  97.  
  98.      + Two abort code values allow a Command File to remain in the Master
  99.        queue.  Namely values 28 (connection lost) and 29 (bad logon attempt). 
  100.        There was extra protection built into RunMaster v2.31 for these abort
  101.        values, which was supposed to remove the Command File from the queue
  102.        after 3 contiguous returns of either value on any given Command File. 
  103.        However, this protection was not working properly, and RunMaster
  104.        continued to keep these jobs in the queue even after 3 bad returns. 
  105.        If your online time had expired at a BBS for the day, (which causes a
  106.        bad logon attempt, or Abort Code 29), RunMaster did not remove the job
  107.        from the queue after 3 attempts, which meant the board could be called
  108.        back many times.
  109.  
  110.        This has been fixed, and any bad logon attempt (logging onto a 'down'
  111.        node, etc.) or << Connection Lost >> in the middle of a session,
  112.        causes RunMaster to start a counter for that job, and it will properly
  113.        remove the job after 3 bad returns.  Note that 3 attempts are allowed,
  114.        in case the connection is inadvertantly lost due to line-noise, etc.,
  115.        or in case of simply attempting to log onto one 'down' node of a
  116.        multi-node BBS system.  For these cases, the 2nd or 3rd retry may save
  117.        your session.  If not, the job is removed from the Master queue and
  118.        will not be tried again until the next Master run.
  119.  
  120.      + Master Dial delays were sometimes not working properly when used in
  121.  
  122.  
  123.  
  124.  
  125.      The  L i b e r a t o r  v2.31                      NEW-FEAT.DOC - Page 3
  126.      
  127.      
  128.  
  129.        tandem with REPEAT commands.  If all jobs in the queue completed
  130.        within one hour, the delay was not observed (due to the fact that
  131.        Master Dial delays are good for up to an hour, to allow for over-
  132.        runs... see the manual for more details).  This has now been fixed,
  133.        and the one hour leeway does not apply immediately after a REPEAT. 
  134.        The one hour leeway still applies for all other cases.
  135.  
  136.      + Added support for PCBoard v14.5 batch protocol entry.  If you have The
  137.        Liberator set up for PCBoard 14.5/batch mode (file transfers using the
  138.        UB/DB commands), and your 'default' PCBoard protocol on the BBS was
  139.        set to 'None', PCBoard asks for a protocol to use, just after The
  140.        Liberator finishes entering filenames.  Previously, The Liberator
  141.        ignored this prompt, and simply sent a CR (PCBoard assumes 'N'one as
  142.        the protocol if this is done).  However, you may now enter specific
  143.        protocol letters in your BBS Configurations (see CFG